home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / FileMaker & AppleScript / Property Examples / Layout Properties < prev    next >
Encoding:
Text File  |  1992-04-26  |  323 b   |  12 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of first Layout of window 2
  3.     best type of first Layout of window 2
  4.     default type of first Layout of window 2
  5.     name of Layout "layout #1"
  6.     ID of first Layout
  7.     kind of Layout 0
  8.     kind of first Layout
  9.     Access of Layout 0
  10.     Protection of Layout 2
  11.     Lock of first Layout of window 2
  12. end tell